Skip to content

Refactor memory unmapping functions to improve error handling#1195

Merged
trcrsired merged 1 commit into
cppfastio:nextfrom
MacroModel:next
Sep 3, 2025
Merged

Refactor memory unmapping functions to improve error handling#1195
trcrsired merged 1 commit into
cppfastio:nextfrom
MacroModel:next

Conversation

@MacroModel

Copy link
Copy Markdown
Collaborator
  • Renamed sys_munmap to sys_munmap_nothrow to indicate it does not throw errors.
  • Updated calls to sys_munmap in posix_file_loader.h to use the new sys_munmap_nothrow function for safer memory management.

- Renamed `sys_munmap` to `sys_munmap_nothrow` to indicate it does not throw errors.
- Updated calls to `sys_munmap` in `posix_file_loader.h` to use the new `sys_munmap_nothrow` function for safer memory management.
@trcrsired trcrsired merged commit b8e070a into cppfastio:next Sep 3, 2025
2 checks passed
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

None yet

Projects

None yet

Development

Successfully merging this pull request may close these issues.

2 participants